(ipconfig-program, ipconfig-program-options): Add obsolete aliases to
authorGlenn Morris <rgm@gnu.org>
Sat, 9 Feb 2008 01:32:30 +0000 (01:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 9 Feb 2008 01:32:30 +0000 (01:32 +0000)
the old names.

lisp/net/net-utils.el

index bc235b71f946044904531c93a8cdb364af46befa..0bed6cc9bcdee58a6b9b5815450c973ea50d8444 100644 (file)
@@ -101,6 +101,8 @@ These options can be used to limit how many ICMP packets are emitted."
   :group 'net-utils
   :type  'string)
 
+(define-obsolete-variable-alias 'ipconfig-program 'ifconfig-program "22.2")
+
 (defcustom ifconfig-program-options
   (list
    (if (eq system-type 'windows-nt)
@@ -109,6 +111,9 @@ These options can be used to limit how many ICMP packets are emitted."
   :group 'net-utils
   :type  '(repeat string))
 
+(define-obsolete-variable-alias 'ipconfig-program-options
+  'ifconfig-program-options "22.2")
+
 (defcustom netstat-program  "netstat"
   "Program to print network statistics."
   :group 'net-utils